Raw Interrupts
| HOST_CONN_DIS | Host: raised when a device is connected or disconnected (i.e. when SIE_STATUS.SPEED changes). Cleared by writing to SIE_STATUS.SPEED |
| HOST_RESUME | Host: raised when a device wakes up the host. Cleared by writing to SIE_STATUS.RESUME |
| HOST_SOF | Host: raised every time the host sends a SOF (Start of Frame). Cleared by reading SOF_RD |
| TRANS_COMPLETE | Raised every time SIE_STATUS.TRANS_COMPLETE is set. Clear by writing to this bit. |
| BUFF_STATUS | Raised when any bit in BUFF_STATUS is set. Clear by clearing all bits in BUFF_STATUS. |
| ERROR_DATA_SEQ | Source: SIE_STATUS.DATA_SEQ_ERROR |
| ERROR_RX_TIMEOUT | Source: SIE_STATUS.RX_TIMEOUT |
| ERROR_RX_OVERFLOW | Source: SIE_STATUS.RX_OVERFLOW |
| ERROR_BIT_STUFF | Source: SIE_STATUS.BIT_STUFF_ERROR |
| ERROR_CRC | Source: SIE_STATUS.CRC_ERROR |
| STALL | Source: SIE_STATUS.STALL_REC |
| VBUS_DETECT | Source: SIE_STATUS.VBUS_DETECT |
| BUS_RESET | Source: SIE_STATUS.BUS_RESET |
| DEV_CONN_DIS | Set when the device connection state changes. Cleared by writing to SIE_STATUS.CONNECTED |
| DEV_SUSPEND | Set when the device suspend state changes. Cleared by writing to SIE_STATUS.SUSPENDED |
| DEV_RESUME_FROM_HOST | Set when the device receives a resume from the host. Cleared by writing to SIE_STATUS.RESUME |
| SETUP_REQ | Device. Source: SIE_STATUS.SETUP_REC |
| DEV_SOF | Set every time the device receives a SOF (Start of Frame) packet. Cleared by reading SOF_RD |
| ABORT_DONE | Raised when any bit in ABORT_DONE is set. Clear by clearing all bits in ABORT_DONE. |
| EP_STALL_NAK | Raised when any bit in EP_STATUS_STALL_NAK is set. Clear by clearing all bits in EP_STATUS_STALL_NAK. |